TextMessengerSettings

constructor(type: NavigationSpec.TextMessenger.Type = Type.Plain, recipients: List<String>, subject: String? = null, body: String? = null, attachments: List<Uri> = emptyList())

Parameters

type

TextMessenger.Type of text message to send

recipients

List of recipients

subject

Optional subject of the message

body

Optional body of the message

attachments

List of Uri pointing to attachments to add